home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / soft / development / Macromedia RoboHelp X5 / RoboHelpOffice.exe / Data1.cab / _67C19EF6B6B54FD7B8E09C3E7CBC0AB2 < prev    next >
Encoding:
Text File  |  2003-09-17  |  2.9 KB  |  80 lines

  1. <html>
  2.     <head>
  3.         <link rel="shortcut icon" href="wf_favicon.ico">
  4.         <title>Application Help System</title> 
  5.         <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
  6. <meta name="generator" content="RoboHelp by eHelp Corporation   www.ehelp.com">
  7. <meta name="description" content="FlashHelp 1.5">
  8.         <script language="javascript1.2" src="whver.js"></script>
  9.         <script language="javascript1.2" src="whutils.js"></script>
  10.         <script language="javascript1.2" src="wf_startpage.js"></script>
  11.         <script language="javascript1.2" src="wf_dispatcher.js"></script>
  12.         <script language="VBScript" src="wf_dispatcher.vbs"></script>
  13.         <script language="JavaScript">
  14.             var sContentPage = "wf_startfs.htm";
  15.             var sAltPage = "wf_njs.htm";
  16.             var sInstallPage = "wf_flashinstall.htm";
  17.             var sUpgradePage = "wf_flashupgrade.htm";
  18.             var sCheckPage = "wf_checkflash.htm";
  19.             
  20.             var sStart = MM_FlashDispatch(
  21.                          "6.0",                    // version of Flash used to create content
  22.                          false,                    // require latest rev. of plug-in
  23.                          !MM_FlashUserDemurred(),// try to install if user hasn't said "don't ask again"
  24.                          false,                    // Override the sniffer's plug-in page? No.
  25.                          false                    // Disable auto-install? No.
  26.                          );
  27.             if (sStart == "alt") {
  28.                 
  29.                 location.replace(sAltPage); // go to the plain HTML version of the help system
  30.                 
  31.             } else if (sStart == "content") {
  32.             
  33.                 MM_FlashRememberIfDetectedSelf();
  34.                 
  35.                 // Write the regular frameset
  36.                 
  37.                 var strFrameset = "<frameset rows=\"";
  38.                 if ((gbNav4 && !gbNav6 && !gbWindows) || (gbIE4 && !gbIE5))
  39.                     {
  40.                     strFrameset += "99%";
  41.                     }
  42.                     else
  43.                     {    
  44.                     strFrameset += "100%";
  45.                     }
  46.                 strFrameset += ", *\" frameborder=\"0\" onload=\"Loaded();\" borderspace=\"0\" BORDER=\"0\">";
  47.                 strFrameset += "<frame name=\"Content\" noresize=\"yes\" id=\"Content\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" src=\"wf_contentfs.htm\" />";
  48.                 strFrameset += "<frame name=\"comm\" noresize=\"yes\" id=\"comm\"  marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" src=\"wf_comm.htm\" />";
  49.                 strFrameset += "</frameset>";
  50.                 document.write(strFrameset);
  51.                 if (gbNav)
  52.                 {
  53.                     window.onload = CheckFrameRendered;
  54.                     window.onresize = CheckFrameRendered;
  55.                 }
  56.                 
  57.             } else if ((sStart == "install") && (!MM_FlashUserDemurred())) {
  58.             
  59.                 location.replace(sInstallPage); // Go to the "install" page
  60.                 
  61.             } else if ((sStart == "upgrade") && (!MM_FlashUserDemurred())) {
  62.  
  63.                 location.replace(sUpgradePage); // Go to the "upgrade" page
  64.                 
  65.             } else if (sStart == "auto") {
  66.             
  67.                 location.replace(sCheckPage + "?" + sContentPage + "|" + sAltPage);
  68.                 
  69.             } else if (MM_FlashUserDemurred()) {
  70.  
  71.                 location.replace(sAltPage); // go to the plain HTML version of the help system
  72.             }
  73.         </script>
  74.     </head>
  75.     <frameset cols="100%,*" frameborder="no" border="0">
  76.         <frame src="wf_njs.htm">
  77.         <frame>
  78.     </frameset>
  79. </html>
  80.